home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m17intro.dir / 00059.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  229 b   |  11 lines

  1. on mouseDown
  2.   global gCurrentSlide
  3.   set the castNum of sprite 9 to cast "b020"
  4.   if pressLessonButton(9) then
  5.     pupSprites(1, 48, 0)
  6.     sound stop 2
  7.     set gCurrentSlide to gCurrentSlide - 1
  8.     go(marker(-3))
  9.   end if
  10. end
  11.